Skip to content

feat: [M3-10391] - Surface LKE Node Pool Version for LKE Enterprise Clusters - #12596

Merged
bnussman-akamai merged 21 commits into
linode:developfrom
bnussman-akamai:M3-10391-surface-lke-node-pool-version
Jul 31, 2025
Merged

bnussman-akamai merged 21 commits into
linode:developfrom
bnussman-akamai:M3-10391-surface-lke-node-pool-version

Conversation

@bnussman-akamai

@bnussman-akamai bnussman-akamai commented Jul 29, 2025

Copy link
Copy Markdown
Member

Description 📝

  • Updates and consolidates api-v4 types, functions, and queries related to LKE Node Pools
    • We now use /v4beta rather than a hybrid v4/v4beta approach for node pools
    • Any field that is exclusive to LKE-Enterpise is notated with a jsdoc-style comment
  • Surfaces the k8s_version of each node pool in the UI

Preview 📷

Before After
Screenshot 2025-07-29 at 1 22 40 PM Screenshot 2025-07-29 at 1 22 55 PM
Version is not surfaced Version is surfaced in the bottom left of the Node Pool accordion

How to test 🧪

Prerequisites

  • A standard LKE cluster provisioned
  • An LKE Enterprise cluster provisioned
    • lke-enterprise-eap internal customer tag needed
  • Ensure the LKE Enterprise feature flag is enabled
  • Verify the LKE Enterprise➡️ postLa sub-feature-flag is also enabled

Verification steps

  • Verify api-v4 types and jsdoc related to Node Pools are accurate
  • Verify all automation passes
  • On the LKE details page for an enterprise cluster
    • Verify you see the Node Pool version in the bottom left of the node pool accordion
    • Verify it looks ok on smaller viewports and wrapping works okay
  • On the LKE details page for a standard cluster
    • Verify there are no regressions
    • You should not see a version in the bottom left of the node pool accordion
Author Checklists

As an Author, to speed up the review process, I considered 🤔

👀 Doing a self review
❔ Our contribution guidelines
🤏 Splitting feature into small PRs
➕ Adding a changeset
🧪 Providing/improving test coverage
🔐 Removing all sensitive information from the code and PR description
🚩 Using a feature flag to protect the release
👣 Providing comprehensive reproduction steps
📑 Providing or updating our documentation
🕛 Scheduling a pair reviewing session
📱 Providing mobile support
♿ Providing accessibility support


  • I have read and considered all applicable items listed above.

As an Author, before moving this PR from Draft to Open, I confirmed ✅

  • All tests and CI checks are passing
  • TypeScript compilation succeeded without errors
  • Code passes all linting rules

@bnussman-akamai bnussman-akamai self-assigned this Jul 29, 2025
@bnussman-akamai bnussman-akamai changed the title feat: [M3-10391] - Surface LKE Node Pool Version feat: [M3-10391] - Surface LKE Node Pool Version for LKE Enterprise Clusters Jul 29, 2025
@bnussman-akamai
bnussman-akamai marked this pull request as ready for review July 30, 2025 13:26
@bnussman-akamai
bnussman-akamai requested a review from a team as a code owner July 30, 2025 13:27
@bnussman-akamai
bnussman-akamai requested review from coliu-akamai and harsh-akamai and removed request for a team July 30, 2025 13:27

@mjac0bs mjac0bs left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

confirmed:

  • api-v4 types and jsdoc related to Node Pools look accurate
  • CI passes
  • for an LKE-E cluster node pool, the version is visible at the bottom of the table
  • responsive design looks good
  • for an LKE cluster node pool, no version is visible at the bottom of the table
  • we can make this version visible without feature-flagging under postLa

🐛 :

  • one regression with the Add Tags button (see comment)
  • we need to switch the MSW 2.0 node pool handlers over to v4beta endpoints exclusively as well; currently we've got an infinite loading spinner for the NP section

Approving pending the above changes are made because the rest of this LGTM.

Comment thread packages/api-v4/src/kubernetes/types.ts
Comment thread packages/manager/.changeset/pr-12596-added-1753881869923.md Outdated
@mjac0bs mjac0bs added the Add'tl Approval Needed Waiting on another approval! label Jul 30, 2025
bnussman and others added 3 commits July 30, 2025 14:41

@harsh-akamai harsh-akamai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Verify api-v4 types and jsdoc related to Node Pools are accurate
✅ Verify CI passes
✅ Verify you can see the Node Pool version in an LKE-E cluster
✅ Verify there are no regressions for the standard LKE cluster

@github-project-automation github-project-automation Bot moved this from Review to Approved in Cloud Manager Jul 31, 2025

@coliu-akamai coliu-akamai left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ api types
✅ ci checks
✅ LKE-E - node pool version (saw same issue as Harsh)
✅ LKE standard - no version, didn't see regressions
✅ MSW looks good/works (didn't see LKE-E version for MSW nodepools but nbd since it's MSW)

thanks @bnussman-akamai!

@bnussman-akamai bnussman-akamai added Approved Multiple approvals and ready to merge! and removed Add'tl Approval Needed Waiting on another approval! labels Jul 31, 2025
@linode-gh-bot

Copy link
Copy Markdown

Cloud Manager UI test results

🔺 1 failing test on test run #10 ↗︎

❌ Failing✅ Passing↪️ Skipped🕐 Duration
1 Failing700 Passing4 Skipped125m 29s

Details

Failing Tests
SpecTest
linode-storage.spec.tsCloud Manager Cypress Tests→linode storage tab » linode storage tab

Troubleshooting

Use this command to re-run the failing tests:

pnpm cy:run -s "cypress/e2e/core/linodes/linode-storage.spec.ts"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Approved Multiple approvals and ready to merge! LKE-Enterprise

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

6 participants